From c927faac0a6304ee650d903cf8bd19518f416900 Mon Sep 17 00:00:00 2001 From: robertlipe Date: Sun, 26 Apr 2015 04:19:01 +0000 Subject: [PATCH] Fix test of set_location and configure_logging in skYtraq. --- gpsbabel/skytraq.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/skytraq.cc b/gpsbabel/skytraq.cc index 94dc9ff4d..f3a4c73aa 100644 --- a/gpsbabel/skytraq.cc +++ b/gpsbabel/skytraq.cc @@ -1307,12 +1307,12 @@ skytraq_read(void) { int dlbaud; - if (*opt_set_location) { + if (opt_set_location) { skytraq_set_location(); return; } - if (*opt_configure_logging) { + if (opt_configure_logging) { skytraq_configure_logging(); return; } -- 2.30.2